home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000360_RM.TAG.brhc@lehigh.edu_Fri Oct 31 14:48:17 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!newshosting.com!news-xfer1.atl.newshosting.com!diablo.voicenet.com!nntp.upenn.edu!Lehigh.EDU!usenet
  2. From: Bryan Hodgson <RM.TAG.brhc@lehigh.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Direct connection across a USB-connected DB9.
  5. Date: Fri, 31 Oct 2003 13:21:55 -0500
  6. Lines: 42
  7. Message-ID: <oprxw6mthj3k6cjf@news.lehigh.edu>
  8. NNTP-Posting-Host: dhcp5-181.eecs.lehigh.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; format=flowed; charset=iso-8859-15
  11. Content-Transfer-Encoding: 8bit
  12. User-Agent: Opera7.21/Win32 M2 build 3218
  13. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14615
  14.  
  15.  
  16. My latest laptop lacks a DB-9 serial port, useful to me for connecting to 
  17. device consoles.  So I purchased the laptop vendor's recommendation, a 
  18. Belkin FSU103; basically, it's a DB-9 connector at the end of a USB cable 
  19. with some status lights to show that it's plugged in / moving data / no 
  20. errors.  WXP.  Device Manager thinks the device really IS a serial port, 
  21. and not a modem.  And I dug out my copy of Kermit95, and applied the 
  22. latest (01/2003?) updates.
  23.  
  24. HyperTerminal works fine across this device when connected directly to the 
  25. serial port and (for example) /dev/ttya on a Sun, although HyperTerminal 
  26. itself is still brain-dead, of course.  Enter Kermit.
  27.  
  28. Using a K95 console with:
  29.  
  30. Communications Parameters:
  31.   Port: com4, speed: 9600, mode: local, modem: generic
  32.   Parity: none, stop-bits: (default) (8N1)
  33.   Duplex: full, flow: rts/cts, handshake: none
  34.   Carrier-watch: off, close-on-disconnect: off
  35.   Terminal bytesize: 8, escape character: 29 (^])
  36.   Priority: regular
  37.  
  38.   Carrier Detect      (CD):  Off
  39.   Dataset Ready       (DSR): On
  40.   Clear To Send       (CTS): On
  41.   Ring Indicator      (RI):  Off
  42.   Data Terminal Ready (DTR): (unknown)
  43.   Request To Send     (RTS): (unknown)
  44.  
  45. (arrived at via set line com4; set sp 96; set carr off; set flo /dir) ...
  46.  
  47. When this session is connected, the terminal displays nothing in response 
  48. to keystrokes (e.g. enter), though though the send and receive lights on 
  49. the serial port device both flash.  If I Alt-X back to the command window 
  50. and C again, the terminal suddenly flushes the output of the previous 
  51. keystrokes.
  52.  
  53. I presume that I'm clueless about some critical parameter that Kermit 
  54. needs but doesn't have.  Suggestions would be appreciated.
  55.  
  56.  
  57.